home *** CD-ROM | disk | FTP | other *** search
/ Professor Teaches HTML F…damentals & HTML Advanced / Professor Teaches HTML Fundamentals & HTML Advanced.iso / PRFHTA / 1a / 1a27.wav (.mp3) < prev    next >
Waveform Audio File Format  |  2000-10-30  |  320.2 KB  |  1 channel  |  22,050 sample rate  |  29 seconds
Transcription: Let's create a form that accepts a username and password. The first tag you will use is the form tag, which encloses the form and includes two important attributes. The action attribute provides the URL or location of the server-side script that will process the data. The method attribute tells how the data will be sent to the script. The method attribute can have one of two possible values, POST and GET. POST is used more commonly because it can handle more data. you